home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Classes / UHShapes / UHRectShape.h < prev    next >
Encoding:
Text File  |  1992-07-27  |  145 b   |  14 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import "UHShape.h"
  5.  
  6. @interface UHRectShape:UHShape
  7. {
  8. }
  9.  
  10. #define UH_RECTANGLE 0
  11. #define UH_SQUARE 1
  12.  
  13. @end
  14.